func strconv.cloneString
7 uses
strconv (current package)
atoc.go#L14: x.Num = cloneString(s)
atoi.go#L50: func cloneString(x string) string { return string([]byte(x)) }
atoi.go#L53: return &NumError{fn, cloneString(str), ErrSyntax}
atoi.go#L57: return &NumError{fn, cloneString(str), ErrRange}
atoi.go#L61: return &NumError{fn, cloneString(str), errors.New("invalid base " + Itoa(base))}
atoi.go#L65: return &NumError{fn, cloneString(str), errors.New("invalid bit size " + Itoa(bitSize))}
atoi.go#L224: err.(*NumError).Num = cloneString(s0)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |